FillImage Class

Represents a link to a bitmap resource.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class FillImage
Inheritance
Object    FillImage

Constructors

FillImage Initializes a new instance of the FillImage class.
FillImage(String) Initializes a new instance of the FillImage class.
FillImage(String, Byte) Initializes a new instance of the FillImage class.
FillImage(String, Stream) Initializes a new instance of the FillImage class.

Properties

Actuate Specifies the actuate of the image.
Buffer Contains an array of bytes of the image.
DisplayName Specifies the name of the image.
FileName Specifies the file name for the image.
Filter Specifies the filter name for the image.
Height Specifies the height of a linked image.
Location Locates a remote resource.
Name Specifies the name.
Show Specifies the show of the image.
Type Specifies the type of the image.
Width Specifies the width of a linked image.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetStream 
GetType
(Inherited from Object)
Load(String) Load a bitmap resource.
Load(String, Byte) Load a bitmap resource.
Load(String, Stream) Load a bitmap resource.
MemberwiseClone
(Inherited from Object)
Save(Stream) Save a bitmap resource.
Save(String) Save a bitmap resource.
ToString Converts the value of the current FillImage object to its equivalent string representation.
(Overrides ObjectToString)

See Also